Syke: Ai Code Impact Analysis & Safety Gate

Created By
Hyun seok Yang3 months ago
An AI-powered MCP server that prevents broken builds by analyzing code impact in real-time. Syke provides a visual dependency map and a 'Safety Gate' to catch silent regressions before you commit. Essential for developers using AI coding agents like Cursor and Claude Code.
Overview

🛡️ SYKE: The Missing Map for AI Coding

AI coding agents are great, but they often lack a deep understanding of your codebase's hidden dependencies. SYKE bridges this gap by providing a real-time semantic dependency graph and a build-time safety gate.

🚀 Key Features

  • Impact Analysis: Automatically identify every file (direct or indirect) affected by a code change.
  • Safety Gate (gate_build): A final PASS/WARN/FAIL check before every build to prevent cascading failures.
  • Visual Dashboard: Access an interactive Cytoscape-powered dependency map at localhost:3333.
  • Zero Configuration: Out-of-the-box support for 8 languages including TypeScript, Go, Rust, and Python.
  • Real-time Monitoring: Instant feedback as you type—watch your dependency graph pulse in response to changes.

🛠️ Why use SYKE?

Prevent "silent regressions" where changing a utility in one file breaks a service five layers deep. SYKE empowers your AI to code with confidence by giving it the architectural context it was never born with.

🎁 Pricing & Trial

  • 3-Day Full Pro Trial: Experience all premium features (Real-time monitoring, AI semantic analysis) for 72 hours upon first launch.
  • Free Tier: Essential impact analysis tools for small projects (up to 50 files).
  • Pro Tier: Unlimited files, real-time monitoring, and Gemini-powered deep analysis for $12/mo.

🏁 Quick Start

Simply add the server configuration above to your MCP client (Cursor, Claude Desktop, etc.) and launch your environment.

Server Config

{
  "mcpServers": {
    "syke": {
      "command": "npx",
      "args": [
        "-y",
        "@syke1/mcp-server@latest"
      ],
      "env": {
        "SYKE_LICENSE_KEY": "<YOUR_LICENSE_KEY_OR_EMPTY_FOR_TRIAL>"
      }
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
Hyun seok Yang
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Runik Ai
@eZhing

17 hours ago
Scalenowai

a day ago
Swiss Whale Intelligence
@alpineflow-io

**Swiss Whale Intelligence MCP** — 45 on-chain analytics tools for **Bitcoin, Ethereum, Solana, USDT (ETH + Tron), and tokenized gold (XAUT + PAXG)**, exposed via Model Context Protocol with anonymous OAuth 2.1 (Free tier, no signup required to install). ## Tools (45 across 5 chains + meta) - **Bitcoin** (21): whale alerts, MVRV per address, Meiklejohn-canonical clusters, dormant-wakeup detection, exchange flows, mining-pool balances, SOPR, HODL waves, fear & greed, BTC indicators (Pi Cycle Top, Stock-to-Flow), entity search - **Ethereum** (5): whale alerts, ETH MVRV (3-tier doctrine), hybrid L1+L3 clusters - **Solana** (4): native + SPL whale transfers, address profiles, top movers, flow breakdown - **USDT** (4): cross-chain whale transfers (ETH + Tron), per-address activity, Tether-Treasury mint/burn events - **Tokenized Gold** (3): XAUT + PAXG whale transfers, top holders, supply mint/burn events - **Glossary** (2): plain-English definitions + search for on-chain terms (MVRV, SOPR, HODL waves, etc.) - **Benchmarks + AI + Pro** (6): BTC vs SPY/Gold/SP500 comparisons, AI-synthesized whale_explain narratives, full address history, CSV bulk export ## Quality + Trust - Anonymous OAuth 2.1 (RFC 9728 + RFC 8414), no signup to try - Methodology whitepaper published (CC-BY-4.0, SHA256-pinned): https://swisswhaleintelligence.com/whitepaper/v1.md - Listed in official MCP Registry as `io.github.alpineflow-io/swiss-whale-intelligence` v1.1.0 - Built and operated independently from Switzerland by Catering & Event Services GmbH ## Install ```bash claude mcp add btc-whale-intelligence https://mcp.swisswhaleintelligence.com/mcp ``` Or in Claude Desktop `claude_desktop_config.json`: ```json { "mcpServers": { "swiss-whale-intelligence": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.swisswhaleintelligence.com/mcp"] } } } ``` ## Pricing Free tier (anonymous, 38 of 45 tools, 10 API calls/day, 5 AI-queries/day) → Intelligence 49 CHF/mo (full access, 10K API calls/day) → Pro 149 CHF/mo (REST API, business license) → Academic Free (verified .edu/.ac.*/.uni-*).

8 hours ago